| CourseBookList |
| EntityType | Independent |
| Logical Entity Name | CourseBookList |
| Default Table Name | AdCourseBookList |
| Logical Only | NO |
| Definition | |
| Note |
| CourseBookList Attributes |
| Attribute/Logical Rolename | Domain | Datatype | NULL | Definition |
CourseBookListId |
INTEGER | NO | ||
| Code | VARCHAR(8) | NO | ||
| Name | VARCHAR(50) | NO | ||
CourseId |
INTEGER | NO | ||
DeliveryMethodId |
INTEGER | YES | ||
| EffectiveDate | DATETIME | YES | ||
| ObsoleteDate | DATETIME | YES | ||
| IsActive | BIT | NO | ||
| IsDefault | BIT | NO | ||
LastModifiedUserId |
INTEGER | NO | ||
| CreatedDateTime | DATETIME | NO | ||
| LastModifiedDateTime | DATETIME | NO | ||
| RowVersion | TIMESTAMP/DATE | NO |
| CourseBookList Keys |
| Key Name | Key Type | Keys |
| Nk_AdCourseBookList_AdCourseID | Inversion Entry | CourseId |
| Pk_AdCourseBookListAdCourseBookListID | PrimaryKey | CourseBookListId |
| Nk_AdCourseBookList_UserID | Inversion Entry | LastModifiedUserId |
| Nk_AdCourseBookList_AdDeliveryMethodID | Inversion Entry | DeliveryMethodId |
| CourseBookList Relationships |
| Parent Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype |
| Course | Non-Identifying | Zero or One to Zero or More | CourseId | NO | |||
| Course | Non-Identifying | One To Zero or More | CourseId | NO | |||
| DeliveryMethod | Non-Identifying | Zero or One to Zero or More | DeliveryMethodId | NO | |||
| Staff | Non-Identifying | One To Zero or More | LastModifiedUserId | NO |
| Child Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype |
| CourseBook | Non-Identifying | One To Zero or More | NO | ||||
| ClassSectionBook | Non-Identifying | One To Zero or More | NO | ||||
| CourseBook | Non-Identifying | One To Zero or More | NO |
| CourseBookList Check Constraints |
| Check Constraint Name | CheckConstraint |